* {
    margin: 0;
    padding: 0;
}

/* body {
    background-color: #f1f2f3;
} */

.popup-two {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 100vh;
}


.popup-two-head {
    width: 100%;
    height: 60px;
    /*background: url('../ljx_img/icon-08.png') no-repeat;*/
    /*background-size: cover;*/
}

.popup-two-head-img {
    width: 154px;
    height: 28px;
}



.popup-two-content {
    width: 100%;
    height: 100vh;
    background-color: #f1f2f3;
    overflow-y: scroll;
    box-sizing: border-box;
}


.popup-two-floor {
    width: 100%;
    height: 76px;
    background-color: #fff;
    /* border-top: 1px solid rgb(217, 218, 217); */
    box-sizing: border-box;
    padding: 0 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-two-floor-txt {
    /* width: 100%; */
    height: 80%;
    padding: 0px 4px;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}

.popup-two-floor-btn {
    width: 66px;
    height: 30px;
    line-height: 30px;
    /* padding: 2px 0px; */
    background-color: #f45e62;
    border-radius: 4px;
    color: #fff;
}

.icon-service {
    width: 37px;
    height: 37px;
}

.popup-two-system-content {
    padding: 8px;
    word-wrap: break-word;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup-two-user-content {
    padding: 8px;
    border-top-left-radius: 10px;
    word-wrap: break-word;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup-form-btn {
    /* padding: 0px 8px;
    background-color: rgba(204, 71, 65, 1);
    border-radius: 8px;
    color: #fff;
    width: 40px; */
    width: 66px;
    height: 30px;
    line-height: 30px;
    background-color: #f45e62;
    border-radius: 4px;
    color: #fff;
}

/* 按钮置灰  */
.popup-form-btn-grey {
    background-color: #909399;
}

/* 置顶 */
.top-box {
    background-color: rgba(238, 70, 80, .9);
    right: 10px;
    bottom: 180px;
    border-radius: 4px;
    width: 60px;
    height: 54px;
}

.top-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14.2px;
    margin-top: -14.75px;
}

.top-icon {
    width: 26px;
    height: 9.5px;
}

/* 转人工 */
.artificial-box {
    background-color: rgba(238, 70, 80, .9);
    right: 10px;
    bottom: 120px;
    border-radius: 4px;
    width: 60px;
    height: 54px;
}

.artificial-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -18.5px;
}

.artificial-icon {
    width: 19px;
    height: 17px;
}
